home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13479 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: jdmorris@ix.netcom.com (Jason D. Morris)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q: Any compiler support "auto_ptr" template in standard C++ library ?
  5. Date: Tue, 26 Mar 1996 02:56:26 GMT
  6. Organization: Netcom
  7. Message-ID: <31575c74.34341350@nntp.ix.netcom.com>
  8. References: <4j7i17$25k@paul.rutgers.edu>
  9. NNTP-Posting-Host: pon-mi4-02.ix.netcom.com
  10. X-NETCOM-Date: Mon Mar 25  6:55:30 PM PST 1996
  11. X-Newsreader: Forte Agent .99d/32.182
  12.  
  13. On 25 Mar 1996 20:41:59 -0500, yuliang@paul.rutgers.edu (Yu-min Liang)
  14. wrote:
  15.  
  16. >Can somebody kindly tell me which C++ compiler support the 
  17. >"auto_ptr" template defined in standard C++ library ?
  18. >I mean, not only the "explicit" keyword, but in particular the
  19. >"template member function". I have installed g++ 2.7.2, but it
  20. >doesn't compile the "auto_ptr" implementation as suggested in
  21. >Scott Meyers' "More Effective C++" book.
  22.  
  23. BC++ 5.0 comes equipped with Rogue Wave's implementation of auto_ptr.
  24. I'm not sure if BC++ 5.0 supports member templates, I think it
  25. doesn't, but don't quote me.  It does support explicit, and bool too
  26. for that matter, and the new scope rules for for loop variables.
  27.  
  28. Jason
  29.  
  30.